home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 99
- Top = 324
- Width = 344
- Height = 324
- Caption = 'Desktop Layout Saver'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Save: TButton
- Left = 128
- Top = 256
- Width = 97
- Height = 25
- Caption = 'Save Layout'
- TabOrder = 0
- OnClick = SaveClick
- end
- object Restore: TButton
- Left = 232
- Top = 256
- Width = 97
- Height = 25
- Caption = 'Restore Layout'
- TabOrder = 1
- OnClick = RestoreClick
- end
- object Button1: TButton
- Left = 16
- Top = 16
- Width = 89
- Height = 25
- Caption = 'Set Text Color'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 16
- Top = 56
- Width = 89
- Height = 25
- Caption = 'Get Item Text'
- TabOrder = 3
- OnClick = Button2Click
- end
- object ItemNames: TListBox
- Left = 128
- Top = 16
- Width = 145
- Height = 225
- ItemHeight = 13
- TabOrder = 4
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 288
- Top = 16
- end
- end
-